home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / ed_int / aamn / install.inf < prev    next >
INI File  |  1993-03-15  |  3KB  |  83 lines

  1. ;
  2. ; INSTALL.INF
  3. ;
  4. [dialog]
  5.   caption  = "AAMN demo Installer"
  6.   line0    = "Installing AAMN demo 1.0"
  7.   line1    = "Setup will install the demo into following directory, which it will create on your hard disk."
  8.   line2    = "To install it in a different directory or drive, type the name of the directory you want."
  9.   line3    = "All of the sections have been selected. Unselect any section you do not want installed, the click Continue to begin installation."
  10.   complete = "Installation is complete."
  11. ;
  12. [data]
  13.   setuptype                 = 3
  14.   defdir                    = C:\DEMOAAMN
  15.   shortname                 = DEMOAAMN
  16.   listbox                   = yes
  17.   executable                = exe, TBOOK.EXE
  18.   readme                    = readme.txt
  19.   modifyautoexec            = no
  20. ;
  21. [sections]
  22.   run, "ToolBook Runtime"   , select
  23.   app, "AAMN demo book"     , select, protect
  24.   wav, "Sound files"        , select
  25. ;
  26. [disks]
  27.   1 =., "AAMN demo v1.0 Disk 1 - Installer"
  28.   2 =., "AAMN demo v1.0 Disk 2"
  29. ;
  30. [needed.space]
  31.   run                       =  800000
  32.   app                       = 1300000
  33.   wav                       =  475000
  34. ;
  35. [destinations]
  36.   app                       , "0:"          , "Demo Book"
  37.   run                       , "0:"          , "Runtime"
  38.   wav                       , "0:\SOUNDS"   , "Sound files"
  39. ;
  40. [app]
  41.   1:README.TXT              , "Readme"
  42.   1:DEMOAAMN.ICO
  43.   1:DEMOAAMN.SBK            , "System Book"
  44.   1:DEMOAAMN.TBK            , "Demo Book - part 1", Save
  45.   2:DEMOAAMN.2              , "Demo Book - part 2",, 0:DEMOAAMN.TBK
  46. ;
  47. [run]
  48.   1:\RUNTIME\TBOOK.EXE      , "ToolBook Runtime"
  49.   1:\RUNTIME\TBKNET.EXE     , "ToolBook NetWork"
  50.   1:\RUNTIME\TBKBASE.DLL    , "TBKBASE.DLL"
  51.   1:\RUNTIME\TBKCOMP.DLL    , "TBKCOMP.DLL"
  52.   1:\RUNTIME\TBKUTIL.DLL    , "TBKUTIL.DLL"
  53.   1:\RUNTIME\TBKFILE.DLL    , "TBKUTIL.DLL"
  54.   1:\RUNTIME\TBKMM.DLL      , "TBKMM.DLL"
  55. ;
  56. [wav]
  57.   2:\SOUNDS\S1.WAV          , "Sound S1"
  58.   2:\SOUNDS\S2.WAV          , "Sound S2"
  59.   2:\SOUNDS\S3.WAV          , "Sound S3"
  60.   2:\SOUNDS\S4.WAV          , "Sound S4"
  61.   2:\SOUNDS\S5.WAV          , "Sound S5"
  62.   2:\SOUNDS\S6.WAV          , "Sound S6"
  63.   2:\SOUNDS\S7.WAV          , "Sound S7"
  64.   2:\SOUNDS\S8.WAV          , "Sound S8"
  65.   2:\SOUNDS\S9.WAV          , "Sound S9"
  66.   2:\SOUNDS\S10.WAV         , "Sound S10"
  67.   2:\SOUNDS\S11.WAV         , "Sound S11"
  68.   2:\SOUNDS\S12.WAV         , "Sound S12"
  69.   2:\SOUNDS\S13.WAV         , "Sound S13"
  70.   2:\SOUNDS\S14.WAV         , "Sound S14"
  71.   2:\SOUNDS\S15.WAV         , "Sound S15"
  72.   2:\SOUNDS\S16.WAV         , "Sound S16"
  73. ;
  74. [progman.groups]
  75.   demoAAMN  , demoAAMN.GRP
  76. ;
  77. [demoAAMN]
  78.   demoAAMN  , app, demoAAMN.TBK, demoAAMN.ICO
  79. ;
  80. [win.ini]
  81.   Extensions, tbk = "TBOOK.EXE ^.TBK"
  82.   demoAAMN  , startupBook = demoAAMN.TBK
  83.